home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17527 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  790 b 

  1. Path: ousrvr3.oulu.fi!news
  2. From: Arto Pesonen <artsi@ee.oulu.fi>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BORLAND C++ 4.5, CTL3D.DLL & WIN95.
  5. Date: Tue, 16 Apr 1996 13:07:48 +0300
  6. Organization: University of Oulu
  7. Message-ID: <31737174.7617@ee.oulu.fi>
  8. References: <4kv0qe$bsp@ferengi.prismnet.com>
  9. NNTP-Posting-Host: s-tko-pc11.oulu.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. frayman@comland.com wrote:
  16. > Ok, could someone tell me how to get CTL3D to work with borland c++ (owl). 
  17.  
  18. Because it disables itself you should add 0x4 flag to your dialog style 
  19. at resources it is defined as DS_3DLOOK in newer windows headers. This 
  20. flag draws your controls with 3D styles and non bold text.
  21.  
  22. - Arto Pesonen
  23.